home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / alsa / cards / FM801.conf < prev    next >
Text File  |  2009-10-11  |  1KB  |  88 lines

  1. #
  2. # Configuration for the FM801 chip
  3. #
  4.  
  5. <confdir:pcm/front.conf>
  6.  
  7. FM801.pcm.front.0 {
  8.     @args [ CARD ]
  9.     @args.CARD {
  10.         type string
  11.     }
  12.     type hw
  13.     card $CARD
  14. }    
  15.  
  16. # default with dmix/dsnoop
  17. FM801.pcm.default {
  18.     @args [ CARD ]
  19.     @args.CARD {
  20.         type string
  21.     }
  22.     type asym
  23.     playback.pcm {
  24.         type plug
  25.         slave.pcm {
  26.             @func concat
  27.             strings [ "dmix:" $CARD ]
  28.         }
  29.     }
  30.     capture.pcm {
  31.         type plug
  32.         slave.pcm {
  33.             @func concat
  34.             strings [ "dsnoop:" $CARD ]
  35.         }
  36.     }
  37. }
  38.  
  39. <confdir:pcm/surround40.conf>
  40.  
  41. FM801.pcm.surround40.0 "cards.FM801.pcm.front.0"
  42.  
  43. <confdir:pcm/surround41.conf>
  44. <confdir:pcm/surround50.conf>
  45. <confdir:pcm/surround51.conf>
  46.  
  47. FM801.pcm.surround51.0 "cards.FM801.pcm.front.0"
  48.  
  49. <confdir:pcm/iec958.conf>
  50.  
  51. FM801.pcm.iec958.0 {
  52.     @args [ CARD AES0 AES1 AES2 AES3 ]
  53.     @args.CARD {
  54.         type string
  55.     }
  56.     @args.AES0 {
  57.         type integer
  58.     }
  59.     @args.AES1 {
  60.         type integer
  61.     }
  62.     @args.AES2 {
  63.         type integer
  64.     }
  65.     @args.AES3 {
  66.         type integer
  67.     }
  68.     type hooks
  69.     slave.pcm {
  70.         type hw
  71.         card $CARD
  72.     }
  73.     hooks.0 {
  74.         type ctl_elems
  75.         hook_args [
  76.             # {
  77.             #    name "IEC958 Playback Default"
  78.             #    value [ $AES0 $AES1 $AES2 $AES3 ]
  79.             # }
  80.             {
  81.                 name "IEC958 Raw Data Playback Switch"
  82.                 preserve true
  83.                 value true
  84.             }
  85.         ]
  86.     }
  87. }
  88.